type net/http.http2ConnectionError
49 uses
net/http (current package)
h2_bundle.go#L1221: type http2ConnectionError http2ErrCode
h2_bundle.go#L1223: func (e http2ConnectionError) Error() string {
h2_bundle.go#L1866: return http2ConnectionError(code)
h2_bundle.go#L2048: return nil, http2ConnectionError(http2ErrCodeFrameSize)
h2_bundle.go#L2059: return nil, http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L2064: return nil, http2ConnectionError(http2ErrCodeFrameSize)
h2_bundle.go#L2072: return nil, http2ConnectionError(http2ErrCodeFlowControl)
h2_bundle.go#L2183: return nil, http2ConnectionError(http2ErrCodeFrameSize)
h2_bundle.go#L2187: return nil, http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L2225: return nil, http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L2229: return nil, http2ConnectionError(http2ErrCodeFrameSize)
h2_bundle.go#L2278: return nil, http2ConnectionError(http2ErrCodeFrameSize)
h2_bundle.go#L2290: return nil, http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L2537: return nil, http2ConnectionError(http2ErrCodeFrameSize)
h2_bundle.go#L2541: return nil, http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L2629: return nil, http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L2651: return nil, http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L2903: return nil, http2ConnectionError(http2ErrCodeCompression)
h2_bundle.go#L2920: return nil, http2ConnectionError(http2ErrCodeCompression)
h2_bundle.go#L3340: return http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L3344: return http2ConnectionError(http2ErrCodeFlowControl)
h2_bundle.go#L3348: return http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L5118: case http2ConnectionError:
h2_bundle.go#L5138: return sc.countError("first_settings", http2ConnectionError(http2ErrCodeProtocol))
h2_bundle.go#L5163: return sc.countError("push_promise", http2ConnectionError(http2ErrCodeProtocol))
h2_bundle.go#L5183: return sc.countError("ping_on_stream", http2ConnectionError(http2ErrCodeProtocol))
h2_bundle.go#L5202: return sc.countError("stream_idle", http2ConnectionError(http2ErrCodeProtocol))
h2_bundle.go#L5234: return sc.countError("reset_idle_stream", http2ConnectionError(http2ErrCodeProtocol))
h2_bundle.go#L5286: return sc.countError("ack_mystery", http2ConnectionError(http2ErrCodeProtocol))
h2_bundle.go#L5294: return sc.countError("settings_big_or_dups", http2ConnectionError(http2ErrCodeProtocol))
h2_bundle.go#L5361: return sc.countError("setting_win_size", http2ConnectionError(http2ErrCodeFlowControl))
h2_bundle.go#L5394: return sc.countError("data_on_idle", http2ConnectionError(http2ErrCodeProtocol))
h2_bundle.go#L5535: return sc.countError("headers_even", http2ConnectionError(http2ErrCodeProtocol))
h2_bundle.go#L5563: return sc.countError("stream_went_down", http2ConnectionError(http2ErrCodeProtocol))
h2_bundle.go#L5641: return sc.countError("dup_trailers", http2ConnectionError(http2ErrCodeProtocol))
h2_bundle.go#L6736: case http2ConnectionError:
h2_bundle.go#L8712: if ce, ok := cc.readerErr.(http2ConnectionError); ok {
h2_bundle.go#L8785: if ce, ok := err.(http2ConnectionError); ok {
h2_bundle.go#L8840: return http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L8908: if _, ok := err.(http2ConnectionError); ok {
h2_bundle.go#L9060: return http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L9066: return http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L9071: return http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L9207: return http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L9258: return http2ConnectionError(http2ErrCodeFlowControl)
h2_bundle.go#L9391: return http2ConnectionError(http2ErrCodeProtocol)
h2_bundle.go#L9410: return http2ConnectionError(http2ErrCodeFlowControl)
h2_bundle.go#L9462: return http2ConnectionError(http2ErrCodeFlowControl)
h2_bundle.go#L9561: return http2ConnectionError(http2ErrCodeProtocol)